home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Fvrml2import.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  243b  |  12 lines

  1. #ifndef _Fvrml2import_H_
  2. #define _Fvrml2import_H_
  3.  
  4. enum
  5. {
  6.     VRML2IMPORTFILTER_SCALE                            = 1000,
  7.     VRML2IMPORTFILTER_OPTIMIZE                    = 1001,
  8.     VRML2IMPORTFILTER_OPTIMIZESTRUCTURE    = 1002,
  9.     VRML2IMPORTFILTER_USENORMALS                = 1003
  10. };
  11.  
  12. #endif